Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 3e5fab8d3096460f3aaf8e481fdf2f1db8dc9753


Parents : 031977c
Author : Sudo-Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-03-05T22:12:20-06:00

Update button label from "Download" to "Save" and localize changes in English, German, Italian, and Russian translations.

Changes
Diff

diff --git a/meshchatx/src/frontend/components/micron-editor/MicronEditorPage.vue b/meshchatx/src/frontend/components/micron-editor/MicronEditorPage.vue
index ab683da4..17cee29a 100644
--- a/meshchatx/src/frontend/components/micron-editor/MicronEditorPage.vue
+++ b/meshchatx/src/frontend/components/micron-editor/MicronEditorPage.vue
@@ -35,7 +35,7 @@
</button>
<button type="button" class="secondary-chip !py-1 !px-3" @click="downloadFile">
<MaterialDesignIcon icon-name="download" class="w-3.5 h-3.5" />
- <span class="hidden sm:inline">{{ $t("tools.micron_editor.download") }}</span>
+ <span class="hidden sm:inline">{{ $t("tools.micron_editor.save") }}</span>
</button>
<button v-if="isMobileView" type="button" class="primary-chip !py-1 !px-3" @click="toggleView">
<MaterialDesignIcon :icon-name="showEditor ? 'eye' : 'pencil'" class="w-3.5 h-3.5" />

diff --git a/meshchatx/src/frontend/locales/de.json b/meshchatx/src/frontend/locales/de.json
index b7d18ca0..16beb311 100644
--- a/meshchatx/src/frontend/locales/de.json
+++ b/meshchatx/src/frontend/locales/de.json
@@ -946,7 +946,7 @@
"description": "Micron-Markup bearbeiten und mit Live-Rendering anzeigen.",
"editor": "Editor",
"preview": "Vorschau",
- "download": "Herunterladen",
+ "save": "Speichern",
"edit": "Bearbeiten",
"view_preview": "Vorschau anzeigen",
"placeholder": "Geben Sie hier Ihr Micron-Markup ein...",

diff --git a/meshchatx/src/frontend/locales/en.json b/meshchatx/src/frontend/locales/en.json
index 2e40d917..bdf72cc9 100644
--- a/meshchatx/src/frontend/locales/en.json
+++ b/meshchatx/src/frontend/locales/en.json
@@ -1035,7 +1035,7 @@
"description": "Edit and preview Micron markup with live rendering.",
"editor": "Editor",
"preview": "Preview",
- "download": "Download",
+ "save": "Save",
"edit": "Edit",
"view_preview": "View Preview",
"placeholder": "Enter your Micron markup here...",

diff --git a/meshchatx/src/frontend/locales/it.json b/meshchatx/src/frontend/locales/it.json
index 32b2bf74..3fcc1111 100644
--- a/meshchatx/src/frontend/locales/it.json
+++ b/meshchatx/src/frontend/locales/it.json
@@ -1035,7 +1035,7 @@
"description": "Modifica e visualizza l'anteprima del markup Micron con rendering live.",
"editor": "Editor",
"preview": "Anteprima",
- "download": "Scarica",
+ "save": "Salva",
"edit": "Modifica",
"view_preview": "Visualizza Anteprima",
"placeholder": "Inserisci qui il tuo markup Micron...",

diff --git a/meshchatx/src/frontend/locales/ru.json b/meshchatx/src/frontend/locales/ru.json
index 06c658ac..9f3d2e84 100644
--- a/meshchatx/src/frontend/locales/ru.json
+++ b/meshchatx/src/frontend/locales/ru.json
@@ -946,7 +946,7 @@
"description": "Редактирование и предпросмотр разметки Micron с живым рендерингом.",
"editor": "Редактор",
"preview": "Предпросмотр",
- "download": "Скачать",
+ "save": "Сохранить",
"edit": "Редактировать",
"view_preview": "Просмотр",
"placeholder": "Введите разметку Micron здесь...",


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────